Testing Portability |
Internationalization | ||
![]() |
The testable internationalization string manipulation guidelines |
|
![]() |
Do not use hard coded strings, strings should be in either a properties file or a resource bundle |
|
![]() |
Use java.text formatters to create display strings for data; do not use
Object.toString( )
|